home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / cgazv3n4.zip / DOS4-DIR.ZIP / COMMON.H next >
Text File  |  1989-04-23  |  452b  |  18 lines

  1. /************************* COMMON.H ************************
  2. *   General-purpose #defines for dif.c
  3. *   (c) Copyright Victor Volkman, 1989. See dif.c for terms
  4. ***********************************************************/
  5.  
  6. #define OK     1
  7. #define FAIL   0
  8. #define TRUE   1
  9. #define FALSE  0
  10.  
  11. #define QUOTE   '\"'
  12. #define COMMA   ','
  13. #define PERIOD  '.'
  14. #define SLASH   '/'
  15. #define DASH    '-'
  16. #define BLANK   ' '
  17. #define UNDERSCORE '_'
  18.